home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / viewers / edushow / readme < prev    next >
Text File  |  1995-02-13  |  6KB  |  170 lines

  1. *************************************************************************
  2. *                                    *
  3. *    Conditions of use                EDUSHOW 0.9    *
  4. *    -----------------                -----------    *
  5. *                                    *
  6. *    This program has been provided for the enjoyment of the masses.    *
  7. *    It is Freeware.                            *
  8. *    Since the author doesn't ask for anything in return, the user    *
  9. *    will accept the following conditions:                *
  10. *                                    *
  11. *    1) In no case whatsoever shall the author be liable for any    *
  12. *       damages, losses etc... due to the use of this program.    *
  13. *    2) Distribution of the program is only allowed subject to the    *
  14. *       following restrictions:                    *
  15. *                                    *
  16. *    2.a) No file part of this distribution will be omitted or    *
  17. *         modified in any way.                    *
  18. *    2.b) None of the files which are part of this distribution    *
  19. *         should be stored on environmentally unfriendly media.    *
  20. *         (e.g. paper! (listings, faxes))                *
  21. *                                    *
  22. *                    Laurence Vanhelsuwé        *
  23. *                    !!-MAY-92            *
  24. *                                    *
  25. *************************************************************************
  26.  
  27. Program Title : EDUSHOW (Educational Slide Show)    (Version 0.9)
  28. -----------------------
  29. Author : Laurence Vanhelsuwé
  30. ----------------------------
  31.  
  32. 0. Quickstart
  33.    ----------
  34.  
  35.     Type at the prompt:
  36.  
  37.         EDUSHOW script
  38.  
  39.     and just play about with the keys: space bar, n(ext), p(rev),
  40.     backspace and q(uit).
  41.  
  42.  
  43. 1. EDUSHOW: What's that?
  44.    ---------------------
  45.  
  46.     Remember the classrooms with the blackboards and the nasty teachers ?
  47.     Yeah, me too!
  48.  
  49.     Anyway, EDUSHOW is a kind of electronic blackboard for prepared
  50.     lessons (not improvised ones!).
  51.     A teacher's classroom schedule is usually extremely rigid: he or she
  52.     explains the subject matter with the help of diagrams and text and
  53.     arrows on the blackboard, using color if need be.
  54.     Every next step has been rehearsed mentally, so the way the lesson
  55.     flows is very rigid.
  56.     When the blackboard starts to get full with the accumulated formulae,
  57.     concepts, drawings, charts, etc... the slow students start to panic
  58.     because    they all know that the board is about to be ...WIPED !!
  59.     ... to make room for another blackboard filled with more intellectual
  60.     food (or dross in a lot of cases).
  61.  
  62.     OK, so EDUSHOW closely mimics this archaic teaching technique.
  63.     The program differs from other slide show programs in that EDUSHOW
  64.     needs IFF pictures which have been DESIGNED with this strict
  65.     sequenced delivery of subjects in mind.
  66.     How are they designed ? Read on...
  67.  
  68. 2. How to use it:
  69.    --------------
  70.  
  71.     EDUSHOW Slides have to be carefully designed using a paint package.
  72.     As during your presentation you add concepts, theories, details
  73.     or whatever, in this same chronological fashion you should draw
  74.     these "subjects" on your slide IN DIFFERENT COLORS.
  75.     To be more precise: for every new "subject" that you want your slide
  76.     to explain, you color it in the next logical pen number.
  77.  
  78.     Since pen number 0 is used by the black background for your slides,
  79.     you start by using pen 1, then 2,3,4,5,6,7.... etc.. upto pen 15.
  80.     (EDUSHOW currently opens 16-color HIRES Screens only).
  81.  
  82.     When EDUSHOW displays a slide for the first time, it sets all pen
  83.     colors to black, except for pen 1 which is set to whatever color
  84.     you assigned it in your paint package.
  85.     Thus, you would typically use pen 1 just to draw the title or a heading
  86.     or the main centre of attention for this slide.
  87.  
  88.     By pressing the space bar you "move on to the next related subject";
  89.     EDUSHOW reflects this by fading in the next pen from black (invisible)
  90.     to whatever color you set it to.
  91.  
  92.     This way you progress through the hidden subjects which are contained
  93.     in your slide until
  94.         
  95.         a) you reach the last subject of this slide  or
  96.         b) you've reached pen #15 (which amounts to the same as a)
  97.  
  98.     In which case you press 'n' (just the N key) to move on to the N-ext
  99.     slide, which typically contains a brand new set of concepts, theories,
  100.     formulae etc... (analogous to wiping the blackboard and moving to the
  101.     next heading in a text book).
  102.  
  103.  
  104.     The full list of controls is as follows:
  105.  
  106.         SPACE        =    next color (next picture)
  107.         BACKSPACE    =    previous color
  108.         'n'        =    Next slide
  109.         'p'        =    Previous slide
  110.         'q'        =    Quit EDUSHOW
  111.  
  112.  
  113.     There are no mouse controls and therefore no menus either.
  114.  
  115.  
  116. 3. Requirements/Installation:
  117.    --------------------------
  118.  
  119.     This program is run from the CLI with just one argument: the
  120.     filename of an ASCII file listing the filenames of the slides
  121.     you want EDUSHOW to use for the presentation.
  122.  
  123.     The slides should be 640*200 4-plane IFF pictures.
  124.  
  125. 4. Internals:
  126.    ----------
  127.  
  128.     EDUSHOW Caches all slides before the "lesson" starts so that there
  129.     are no loading delays during the presentation.
  130.     This might cause problems on machines with not much memory if many
  131.     slides are specified.
  132.  
  133. 5. EDUSHOW Limitations/Warnings:
  134.    -----------------------------
  135.  
  136. !CRASH!    EDUSHOW Has a hard-wired limit of 40 cached slides.
  137.  
  138. !CRASH!    Watch out with the list of filenames: I count line feed characters
  139.     to determine the number of slides to load.
  140.     Don't add ANY extra line feeds after last filename!
  141.  
  142. 6. History:
  143.    --------
  144.  
  145.     A couple of years ago I got the pleasure of being asked to give
  146.     some basic assembler lessons to a group of interested Amiga club
  147.     members.
  148.  
  149.     So I cooked up this little tool. (Which wasn't a good idea because
  150.     people were more fascinated with the medium (EDUSHOW) through which I
  151.     presented assembly language concepts than the contents of the lesson
  152.     itself !!).
  153.  
  154.     The reason for releasing this old skeleton is because I was amazed
  155.     to find that AmigaVision (whizz, bang, zooooom) can't even handle
  156.     what EDUSHOW does. (at least not after hours of playing about with
  157.     AV which admittedly has a VERY user-friendly design system).
  158.  
  159. 7. Credits:
  160.    --------
  161.  
  162.     Any comments, ideas or bug reports? 
  163.     My name and address are:
  164.     
  165.     Laurence Vanhelsuwé
  166.     Christinastraat 105
  167.     B-8400 Oostende
  168.     BELGIUM
  169.                             Enjoy !
  170.